home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c,comp.lang.c++
- Path: netcom.com!russells
- From: russells@netcom.com (Russell Salsbury)
- Subject: Re: New printf - like function, is it possible?
- Message-ID: <russellsDpGH2J.Dpq@netcom.com>
- Organization: NETCOM On-line Communication Services (408 261-4700 guest)
- References: <4eqb3a$2r5@pan.otol.fi> <311240d2.593861@news.demon.co.uk> <3161918C.72D4@halcyon.com>
- Date: Sat, 6 Apr 1996 19:35:07 GMT
- Sender: russells@netcom23.netcom.com
-
-
- You need vsprintf. Your compiler docs probably have an example or
- something. It will let you easily make a printf-like function with a
- variable arg list.
-
- Ryan russells@netcom.com
-